Welcome![Sign In][Sign Up]
Location:
Search - Linux File System

Search list

[Driver DevelopLinux File System Driver EXT2 IFS for Windows NT X

Description: Linux File System Driver EXT2 IFS for Windows NT XP-Linux File System Driver for Windows EXT2 IFS ws NT XP
Platform: | Size: 364557 | Author: 辛万江 | Hits:

[Other resourceyaffs-file-system-source-code

Description: 嵌入式linux yaffs文件系统源代码,非常不错,已用过-yaffs Embedded Linux file system source code, very good, has used
Platform: | Size: 1331659 | Author: 许为 | Hits:

[Linux-UnixFile+System+Forensic+Analysis

Description: File System Forensic Analysis is a good book to learn linux file system
Platform: | Size: 3994012 | Author: 与乁 | Hits:

[Driver DevelopLinux File System Driver EXT2 IFS for Windows NT X

Description: Linux File System Driver EXT2 IFS for Windows NT XP-Linux File System Driver for Windows EXT2 IFS ws NT XP
Platform: | Size: 364544 | Author: 辛万江 | Hits:

[Embeded Linuxyaffs-file-system-source-code

Description: 嵌入式linux yaffs文件系统源代码,非常不错,已用过-yaffs Embedded Linux file system source code, very good, has used
Platform: | Size: 1331200 | Author: 许为 | Hits:

[DocumentsLinuxfilesystemanalyse

Description: 详细介绍了linux的文件系统,对于理解源代码有重要作用-details of the Linux file system, the source code for understanding an important role
Platform: | Size: 110592 | Author: songwenjuan | Hits:

[Software Engineeringlos

Description: 操作系统课程设计 1、模拟UNIX(linux)文件系统 [问题描述] 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的 模拟UNIX文件系统 。 [基本要求] 1.在现有机器硬盘上开辟20M的硬盘空间,作为设定的硬盘空间。 2.编写一管理程序对此空间进行管理,以模拟UNIX(linux)文件系统,具体要求如下: (1) 要求盘块大小1k 正规文件 (2) i 结点文件类型 目录文件 (共1byte) 块设备 管道文件 。物理地址(索引表) 共有13个表项,每表项2byte 。文件长度 4byte 。联结计数 1byte (3)0号块 超级块 栈长度50 空闲盘块的管理:成组链接 ( UNIX) 位示图法 (Linux) (4)每建一个目录,分配4个物理块 文件名 14byte -curriculum design an operating system, Simulation of UNIX (Linux) file system [Description of the issue] as an OS and built a large file, its facade into a disk, in which the realization of a simple simulation of the UNIX file system. [Basic requirements] 1. Hard existing machines opened 20 M disk space, as a set of hard drive space. 2. Prepared a management procedures this space management, to simulate the UNIX (Linux) file system, specific requirements are as follows : (1) require a disk block size k formal document (2) i node directory file type (a total of 1byte) block device Pipeline documents. Physical Address (Index) on a total of 13 tables, every item in Table 2 byte. 4byte document length. 1byte link count (3) 0, super-block length of 50 block Stack spare disk block management : G
Platform: | Size: 875520 | Author: wangwei | Hits:

[BooksLinux-Filesystem-Hierarchy

Description: 介绍Linux文件系统的书,不错哦. 有兴趣的可以-Linux File System Introduction book, oh well. Are interested in can
Platform: | Size: 560128 | Author: dadsf | Hits:

[Linux-UnixLINUX_kernel_structure

Description: linux内核结构深度解析-讲义,里面内容非常详细,而且容易读懂,难得的好书,喷血推荐! 主要介绍:引导,内存,进程,中断,驱动,文件系统几部分。-linux kernel structure of the depth of analysis- lecture, which is very detailed and easy to read, rare books,喷血Recommended! Main description: guide, memory, processes, interruption, drive, file system parts.
Platform: | Size: 491520 | Author: xiaozhou_163 | Hits:

[Linux-Unixlinux

Description: Linux下的C代码 实现了对Linux的文件系统的操作-Linux under the C code for Linux file system operation
Platform: | Size: 28672 | Author: zc | Hits:

[Embeded Linuxlinux-rootfs.pdf.tar

Description: S3C2410芯片 嵌入式linux文件系统的移植。包括: u-boot,file system,thttp。-S3C2410 chip embedded linux file system of the transplant. Including: u-boot, file system, thttp.
Platform: | Size: 737280 | Author: liuxin | Hits:

[Linux-UnixFile+System+Forensic+Analysis

Description: File System Forensic Analysis is a good book to learn linux file system
Platform: | Size: 3993600 | Author: 与乁 | Hits:

[Software Engineeringembed-linux-fs-make

Description: 介绍制作嵌入式LINUX文件系统方法和步骤 embed linux file system make-Introduce the production of embedded LINUX file system methods and steps to embed linux file system make
Platform: | Size: 10240 | Author: zwx | Hits:

[Software Engineeringlinux-embed-filesystem

Description: 介绍嵌入式linux文件系统的框架和制作步骤-Introduction of embedded linux file system framework and the production steps
Platform: | Size: 4096 | Author: zwx | Hits:

[Linux-Unixfhs-2.3.pdf

Description: linux file system architecture
Platform: | Size: 232448 | Author: 风华 | Hits:

[Linux-UnixDISK

Description: C语言模拟 Linux 文件系统为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件-C language simulation Linux file system for Linux systems to design a simple file system 2. Asked to do the following: 1. Can be achieved following a few commands: login Login create directory dir create a file list delete delete files open document open document close Close Reading paper read write write file
Platform: | Size: 4260864 | Author: 陈观民 | Hits:

[Linux-Unixfhs-2.3.pdf

Description: linux file system, This standard consists of a set of requirements and guidelines for fi le and directory placement under UNIX-like operating systems. The guidelines are intended to support interoperability of applications, system administration tools, development tools, and scripts as well as greater uniformity of documentation for these systems.
Platform: | Size: 223232 | Author: CN | Hits:

[Linux-Unixa-simulation-of-linux-file-system

Description: 讲述一个模拟linux文件系统的实现,包括create、login等内容-Describe a simulation of linux file system, including functions of create, login, etc.
Platform: | Size: 4978688 | Author: jingling | Hits:

[Linux-UnixLinux-file-system-proficient-Guide

Description: Linux.文件系统精通指南,学习Linux的同学可以看看这本书。-Linux file system, proficient in the guide, students can look at this book to learn Linux.
Platform: | Size: 169984 | Author: 枫林白雪 | Hits:

[BooksLinux.-File-System-Mastery-Guide

Description: Linux.文件系统精通指南.pdf Linux. File System Mastery. Pdf-Linux. File System Mastery. Pdf
Platform: | Size: 161792 | Author: 潘文良 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net